.product_new h5{	
	float:left;
	height:30px;
	line-height: 30px;
	color: #FFF;
	font-family:"Microsoft YaHei";
	text-indent: 25px;
}
.product_new .nr{
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color:#222;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 280px;
}
.product_new .nr ul{
	margin: 0px;
	padding: 0px;
}
.product_new .nr ul li{
	float: left;
	border: 1px solid #e4e4e4;
	padding: 4px;
	margin: 8px;
	text-align: center;
	height: 120px;
	width: 160px;
	background-color:#fff;
}
.product_new .nr ul li:hover{
	border: 1px solid #e4e4e4;
	background-color:#0574b3;
}
.product_new .nr ul li:hover a{
	color:#fff; font-weight:bold;
}

.product_new .nr ul li .attachment-small{
	display: block;
	width:160px;
	height:100px;
	background-color:#fff;	
}
.product_new .product_name{
	width:160px;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	line-height: 22px;
}

.product_new .end{background-position: -250px -475px; height:5px}
